home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETLM.IN_ / netlm.inf
Encoding:
INI File  |  2003-03-24  |  2.4 KB  |  80 lines

  1. ; netlm.inf
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3.  
  4. [Version]
  5. LayoutFile = layout.inf
  6. Signature  = "$Windows NT$"
  7. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider   = %MSFT%
  9. Class      = Net
  10. DriverVer=10/01/2002,5.0.2128.1
  11.  
  12. [Manufacturer]
  13. %D-Link%   = D-Link
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = *
  17.  
  18. [D-Link]
  19. %MfabcA% = LMNDIS.ndi,MF\FE560_DEV1
  20.  
  21. [LMNDIS.ndi.NT]
  22. Characteristics = 0x84
  23. BusType         = 8
  24. AddReg          = common.reg, LMNDIS.ndi.registry
  25. CopyFiles       = LMNDIS.ndis5.CopyFiles
  26.  
  27. [LMNDIS.ndi.NT.Services]
  28. AddService = LMNDIS3, 2, LMNDIS.Service, LMNDIS.AddEventLog
  29.  
  30. [common.reg]
  31. HKR,Ndi\params\ConnectionType,               ParamDesc,  0, %ConnectionType%
  32. HKR,Ndi\params\ConnectionType,               default,    0, "5"
  33. HKR,Ndi\params\ConnectionType,               type,       0, "enum"
  34. HKR,Ndi\params\ConnectionType\enum,          0,          0, %10HD%
  35. HKR,Ndi\params\ConnectionType\enum,          2,          0, %10FD%
  36. HKR,Ndi\params\ConnectionType\enum,          4,          0, %100HD%
  37. HKR,Ndi\params\ConnectionType\enum,          5,          0, %AutoSense%
  38.  
  39. [LMNDIS.ndi.registry]
  40. HKR, Ndi,               Service,    0, "LMNDIS3"
  41. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  42. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  43. HKR,               ,    Pcmcia    , 0, "2"
  44.  
  45. [LMNDIS.Service]
  46. DisplayName     =   %LMNDIS.Service.DispName%
  47. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  48. StartType       =   3 ;%SERVICE_AUTO_START%
  49. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  50. ServiceBinary   =   %12%\LMNDIS3.sys
  51. LoadOrderGroup  =   NDIS
  52.  
  53. [LMNDIS.AddEventLog]
  54. AddReg = LMNDIS.AddEventLog.reg
  55.  
  56. [LMNDIS.AddEventLog.reg]
  57. HKR, ,   EventMessageFile,  0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  58. HKR, ,   TypesSupported,    0x00010001, 7
  59.  
  60. [LMNDIS.ndis5.CopyFiles]
  61. lmndis3.sys,,,2
  62.  
  63. [DestinationDirs]
  64. DefaultDestDir         = 12
  65. LMNDIS.ndis5.CopyFiles = 12
  66.  
  67. [Strings]
  68. D-Link                     = "D-Link"
  69. MSFT                    = "Microsoft"
  70.  
  71. ConnectionType          = "Connection Type"
  72. AutoSense               = "Auto Sense"
  73. 100HD                   = "100Mbps"
  74. 10HD                    = "10Mbps"
  75. 10FD                    = "10Mbps Full Duplex"
  76.  
  77. LMNDIS.Service.DispName = "D-Link DMF-560TXD DirectPort PC Card (LAN) Device Driver"
  78. MfabcA                  = "D-Link DMF-560TXD DirectPort PC Card (LAN)"
  79.